home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / cd-sup / classact / amigae / e_examples.doc < prev    next >
Text File  |  1999-01-01  |  757b  |  26 lines

  1. Notes for the Amiga E API for ClassAct
  2. --------------------------------------
  3.  
  4.  o Remember that in E, an external function name must have the first letter
  5.    in uppercase, and the second one in lowercase.  For this reason, some
  6.    function call have slightly different names than the ones used in
  7.    the Autodocs:
  8.  
  9.     LAYOUT_GetClass()    is Layout_GetClass()
  10.     CLICKTAB_GetClass()  is ClickTab_GetClass()
  11.     etc...
  12.  
  13.    Check the modules when uncertain about the name to use.
  14.  
  15.  
  16.  o Don't forget to put OPT PREPROCESS at the top of your source to be able
  17.    to use the macros.
  18.  
  19.  
  20.  
  21. Other/Classact_lib.m
  22. ----------------------
  23. This module holds a few goodies for ClassAct, ported from the linked
  24. library.  Note that some functions in it are still untested.
  25.  
  26.